My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: Is there a way around password creation for users created through Okta SAML SSO?
Hello @David Pate, I'm not well-versed with the processes in Okta, but it is not possible to create a user in NetSuite and grant access without providing a password. Tagging some of our top cont…1 -
Re: Inventory Adjustment With Rest API
Hi @Herman Suherman, Good day! Inventory Adjustment can be created via SOAP Integration. Check out which fields are exposed for this type of integration here: https://system.netsuite.com/help/helpcen…2 -
Re: How to resolve ReferenceError: "search" is not defined
Hello @BryanL, Good day! You must first use the define object and declare the SuiteScript modules that you will be calling in your script. I recommend that you check out SuiteScript 2.x Hello World. …1 -
Re: SuiteScript 2.0: Hide a subtab using a beforeLoad function of a user event script
Hi @Jason_Moore, Good day! You can use Field.updateDisplayType(options) to hide/show subtabs. You may check SuiteAnswers 43602 for the Enum of possible display type values. Hope this helps! If you fi…2 -
Re: How to pull files from file cabinet?
Hello @JPrice, Good day. It works fine when you use User Event on the CMS Page record in NetSuite like this one: I don't think it would work within a CMS Page itself. SuiteScript only works with…1
